home *** CD-ROM | disk | FTP | other *** search
- package mx.core
- {
- use namespace mx_internal;
-
- public final class ContainerLayout
- {
- mx_internal static const VERSION:String = "2.0.1.0";
-
- public static const ABSOLUTE:String = "absolute";
-
- public static const VERTICAL:String = "vertical";
-
- public static const HORIZONTAL:String = "horizontal";
-
- public function ContainerLayout()
- {
- super();
- }
- }
- }
-
-